The IDLitComponent::UnregisterProperty procedure method unregisters a previously-registered property.
Note: If you unregister a property, then it will no longer appear in the Property Sheet for this object. Nevertheless, you can still use GetProperty and SetProperty to access and modify the actual property value.
Obj->[IDLitComponent::]UnregisterProperty, PropertyIdentifier
A scalar string containing the property identifier to unregister.
Note: If the property is not currently registered, then the method quietly returns.
None.
|
8.4 |
Introduced |
IDLitComponent::QueryProperty, IDLitComponent::RegisterProperty